Configure svn linux server and svnlinux Server
PS: Today, I set up a public-network SVN Server for my colleagues. google the SVN Server and I found the most detailed article below. I will record it and reprint it. By the way, based on your own
About SVN and how it worksSubversion is the version management software that has risen in recent years and is the successor to CVS, and most open source software uses SVN as the code version management software. Subversion supports Linux and Windows,
PS: Today to develop a colleague to build a public network of SVN Server,google, found the following this is the most detailed, recorded, re-layout a bit. By the way according to their own experience, supplemented with a few details and summary.
About SVN and how it worksSubversion is the version management software that has risen in recent years and is the successor to CVS, and most open source software uses SVN as the code version management software. Subversion supports Linux and Windows,
[Cpp] TortoiseSVN settings-General settings-subversion configuration file-edit Or Windows XP in the C: \ Documents ents and Settings \ Administrator \ Application Data \ Subversion \ config file Windows7 is in the C: \ Users \ Administrator \
1. Subversion Basic operationis a free/open source version control system (SVN)Multi-person collaboration documentation and tracking of changes made1.1 Basic Concepts:Repository: Is the core of version control; any number of clients; clients share
Summary of SVN setup steps in Windows
1. Basic Concepts
1.1. What is version control?
Version Control is a data warehouse that records every change to the file.
SVN servers can run in two ways: independent servers and Apache. The two methods have
Environment Description: Ubuntu server 12.04/svn1.6/apache2
1. Create an SVN group and user first:
Addgroud SVN
Useradd svn-G svn-M // Add the svn username,-G and specify the svn group in which it is located.-M also creates the home directory where
Simple, with Yum installation method:
#yum Install Subversion
After the installation is complete, use the following to see if the installation is complete
#svn--version
Create SVN warehouses, such as:
#mkdir-P/DATA/SVN#svnadmin Create Opengeo
First, install the necessary packages.
Yum Install Subversion (SVN server)Mysql-server (for Codestriker)httpd mod_dav_svn Mod_perl (used to support web-style management of SVN servers)SendMail (for configuring user to submit code and email
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.